split_preserve 0.1.0

An iterator that splits on whitespace but doesn't throw it away
Documentation

split-conserve-ws

This crate provides an iterator over strings that splits on whitespace but doesn't throw the whitespace away, like the version in std does.